home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / pc / Open Me for REALbasic 3 / REALbasic 3.2 / Goodies / Development Tools / XCMDs and XFCNs / Other / GetDefaultFile / background_8637.txt < prev    next >
Encoding:
Text File  |  1996-03-03  |  621 b   |  29 lines

  1. -- background: 8637 from stack: in
  2. -- bmap block id: 4361
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   put number of this cd && "of" && number of cds in this stack into bg fld "page"
  9. end openCard
  10.  
  11.  
  12. -- part 38 (button)
  13. -- low flags: 00
  14. -- high flags: 3000
  15. -- rect: left=389 top=5 right=24 bottom=409
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 130 / 130
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: Help
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   visual dissolve
  27.   go cd "credits"
  28. end mouseUp
  29.